home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56804 / 56804.xpi / chrome / content / about.xul < prev    next >
Extensible Markup Language  |  2010-01-31  |  2KB  |  46 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
  4. <?xml-stylesheet href="chrome://seostatus/skin/seostatus.css" type="text/css"?> 
  5.  
  6. <dialog buttons="accept"
  7.         id="seostatus-about-dialog"
  8.         title="About SEO Toolbar"
  9.         width="380"
  10.         height="210"
  11.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  12.  
  13.     <script type="application/x-javascript" src="chrome://seostatus/content/about.js" /> 
  14.  
  15.       <keyset id="searchstatus-about-keys">
  16.         <key keycode="VK_ESCAPE" oncommand="window.close();"/>
  17.       </keyset>
  18.  
  19.     <vbox id="searchstatus-about-details">
  20.         <hbox align="center">
  21.             <vbox>
  22.                 <hbox>
  23.                     <description value="SEO" class="name"/>
  24.                     <description value="Status" class="name2"/>
  25.                     <spacer style="width: 10px;"/>
  26.                     <description class="name">1.5</description>
  27.                 </hbox>
  28.                 <spacer style="height: 20px;"/>
  29.                 <description value="Author" class="title"/>
  30.                 <description class="text">Mike Call</description>
  31.             </vbox>
  32.             <spacer flex="1"/>
  33.             <vbox>
  34.                 <image src="chrome://seostatus/skin/pr4.png" width="63" height="56"/>
  35.                 <spacer flex="1"/>
  36.             </vbox>
  37.             <spacer style="width: 5px;"/>
  38.         </hbox>
  39.         <spacer style="height: 10px;"/>
  40.         <description value="Homepage" class="title"/>
  41.         <description onclick="com.seostatus.about.visitSEOPageRank();" class="url">http://www.rubyweb.org/seo-status-toolbar/firefox-toolbar/</description>
  42.     </vbox>
  43.     <separator class="groove" id="stb-separator"/>
  44. </dialog>
  45.  
  46.